home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
X User Tools
/
X User Tools (O'Reilly and Associates)(1994).ISO
/
sun4c
/
archive
/
tcltk.z
/
tcltk
/
man
/
catn
/
break.n
< prev
next >
Wrap
Text File
|
1994-09-20
|
629b
|
67 lines
break(n) Tcl Built-In Commands
_________________________________________________________________
NAME
break - Abort looping command
SYNOPSIS
break
_________________________________________________________________
DESCRIPTION
This command may be invoked only inside the body of a loop-
ing command such as for or foreach or while. It returns a
TCL_BREAK code to signal the innermost containing loop com-
mand to return immediately.
KEYWORDS
abort, break, loop
Tcl 1